home *** CD-ROM | disk | FTP | other *** search
- "waituntil" waits until a specific time and then pops up a requester and
- plays a sample.
- It will automatically store the times you want to be reminded, so you can
- restart all requests on reboot of the computer.
-
- Installation:
-
- "waituntil" and ".waituntil" should reside in S:
- All other tools just somewhere the system will find them (ie.
- Sys:Utilities).
- The sample provided should be installed into S:, too; edit
- ".waituntil" for changes.
- To restart queued reminds on booting, include something like
-
- if EXISTS s:.waits
- run >nil: <nil: Execute s:.waits
- endif
-
- into your "s:User-Startup" or "s:Startup-Sequence". ".waits" is the
- file with all the queued reminds used by "waituntil" and
- ".waituntil"
-
- Usage:
- waituntil time
-
- time = hh:mm[:ss] waits until the specific time
- time = 0 shows all waiting requests
-
- "waituntil" will automatically "detach", no "run" is needed.
-
-
- Faroul - faroul@beyond.hb.north.de
-